Remove note about coordinates in GdkPoint being 16-bit since they're
authorAnders Carlsson <andersca@gnu.org>
Sun, 28 Oct 2001 17:54:50 +0000 (17:54 +0000)
committerAnders Carlsson <andersca@src.gnome.org>
Sun, 28 Oct 2001 17:54:50 +0000 (17:54 +0000)
2001-10-28  Anders Carlsson  <andersca@gnu.org>

* gdk/tmpl/regions.sgml: Remove note about coordinates in GdkPoint
being 16-bit since they're 32-bit now. Fixes #62681.

docs/reference/ChangeLog
docs/reference/gdk/tmpl/regions.sgml

index 52fc1be14aa0afa92a9a881d7a4578da6fc0c809..53304e0409710153a13f4974c61b9e0cfefe31a3 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-28  Anders Carlsson  <andersca@gnu.org>
+
+       * gdk/tmpl/regions.sgml: Remove note about coordinates in GdkPoint
+       being 16-bit since they're 32-bit now. Fixes #62681.
+
 2001-10-27  Matthias Clasen  <matthiasc@poet.de>
 
        * gdk/tmpl/input_devices.sgml: Updates.
index 3315405e7f2c523cb8aecbeb3b57deced08e3d78..cf861524cfa72137d135f25f8986de197a95d2c2 100644 (file)
@@ -36,8 +36,6 @@ It can be intersected to regions by using gdk_region_spans_intersect_foreach().
 <!-- ##### STRUCT GdkPoint ##### -->
 <para>
 Defines the x and y coordinates of a point.
-Note that both are defined as #gint16 values, so the coordinates are limited
-to between -32,768 and 32,767.
 </para>
 
 @x: the x coordinate of the point.